From 44303145144b88a7b6de0ae0043e9dc5da2afc43 Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Sat, 5 Dec 2020 00:04:36 +0100 Subject: [PATCH] customsorter: Add missing nullable annotation --- gtk/gtkcustomsorter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcustomsorter.c b/gtk/gtkcustomsorter.c index cbc07a60de..87cb7b11bc 100644 --- a/gtk/gtkcustomsorter.c +++ b/gtk/gtkcustomsorter.c @@ -101,7 +101,7 @@ gtk_custom_sorter_init (GtkCustomSorter *self) /** * gtk_custom_sorter_new: - * @sort_func: the #GCompareDataFunc to use for sorting + * @sort_func: (nullable): the #GCompareDataFunc to use for sorting * @user_data: (nullable): user data to pass to @sort_func * @user_destroy: (nullable): destroy notify for @user_data * -- 2.30.2